┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
prd-web-01.centraldc.gr
LOCATION:
/usr/share/pie/vendor/illuminate/contracts/Pipeline
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: Hub.php
<?php namespace Illuminate\Contracts\Pipeline; interface Hub { /** * Send an object through one of the available pipelines. * * @param mixed $object * @param string|null $pipeline * @return mixed */ public function pipe($object, $pipeline = null); }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 Hub.php
PHP
294 B
2025-03-24 11:47
EDIT
📄 Pipeline.php
PHP
759 B
2025-03-24 11:47
EDIT